RESTful Engine Client Dependencies
note
Fluent supplies predefined RESTful server client code to make interacting with the RESTful API of both the .NET and JAVA RESTful engines.
This list was updated 12/20/2021
.NET Standard 2.0 Client
Dependency | Version | License | Purpose |
---|---|---|---|
log4net | 2.0.8 | Apache License 2.0 | Logging |
Newtonsoft.Json | 12.0.3 | MIT | POCO JSON serialization |
netstandard2.0 | 2.0.3 | MIT | .net standard 2.0 api |
Java Client
Dependency | Version | License | Purpose |
---|---|---|---|
log4j | 2.17 | Apache License 2.0 | Logging |
jackson-dataformat-xml | 2.11.0 | Apache License 2.0 | POJO XML serialization |
commons-io | 2.6 | Apache License 2.0 | IO utility library |
JavaScript Client
Dependency | Version | License | Purpose |
---|---|---|---|
node-fetch | 2.6.1 | MIT | HTTP/S Requests |
winston | 3.3.3 | MIT | Logging |
Python
Dependency | Version | License | Purpose |
---|---|---|---|
requests | 2.25.1 | Apache-2.0 | HTTP Request library |
six | 1.15.0 | MIT | Cross compatible utility for Python 2 and 3 |